Class XAttributeTest
java.lang.Object
de.aoksystems.da.kernpruefung.xml.splitter.data.XAttributeTest
Test der Klasse XAtrtribute
- Author:
- YI00075
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest of getName method, of class XAttribute.voidTest of getNS method, of class XAttribute.voidTest of getTag method, of class XAttribute.voidTest of getValue method, of class XAttribute.voidTest of partsToAttributeKey method, of class XAttribute.voidTest of toString method, of class XAttribute.
-
Constructor Details
-
XAttributeTest
public XAttributeTest()
-
-
Method Details
-
testGetName
@Test public void testGetName()Test of getName method, of class XAttribute. -
testGetNS
@Test public void testGetNS()Test of getNS method, of class XAttribute. -
testGetTag
@Test public void testGetTag()Test of getTag method, of class XAttribute. -
testGetValue
@Test public void testGetValue()Test of getValue method, of class XAttribute. -
testPartsToAttributeKey
@Test public void testPartsToAttributeKey()Test of partsToAttributeKey method, of class XAttribute. -
testToString
@Test public void testToString()Test of toString method, of class XAttribute.
-